SftTree/NET 2.0

RealHeight Property, CellClass Class

Softel vdm, Inc.

Returns the physical height of the cell (not considering vertical/horizontal cell merging).

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Overridable Property RealHeight As Integer

C#   

public virtual int RealHeight { get; }

C++   

public: property virtual int RealHeight {
        int get();
}

Property Value

The physical height of the cell in pixels.

Comments

The RealHeight property returns the physical height of the cell (not considering vertical/horizontal cell merging).

The RealHeight property returns the height of the item containing this cell.

The Dimension property returns the actual size of the cell, including any merged, subordinate cells.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com